home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 4 / Mac Giga-ROM 4.0 - 1993.toast / FILES / DEM / D-H / DiskTop Demo.cpt / DiskTop™ Demo / background_2730.txt next >
Text File  |  1990-01-29  |  620b  |  34 lines

  1. -- background: 2730 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: Main
  6.  
  7.  
  8. -- part 2 (button)
  9. -- low flags: 00
  10. -- high flags: 8003
  11. -- rect: left=206 top=140 right=162 bottom=306
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Fix Fields
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   repeat with i = 1 to number of cards
  23.     go to card i
  24.     if card i contains card field "number" then
  25.  
  26.       delete card field "number"
  27.     end if
  28.  
  29.  
  30.   end repeat
  31.  
  32. end mouseUp
  33.  
  34.